genotrance is a niche, developer-focused software publisher whose single public offering, Px, addresses a very specific corporate pain point: transparent NTLM proxy authentication on Windows networks. Written in Python and distributed as a lightweight Windows executable, Px sits between local applications and the enterprise gateway, silently handling the cumbersome NTLM handshake that normally forces engineers to hard-code credentials or re-configure every tool. Typical deployments see Px loaded as a background Windows service on employee laptops, CI runners, or build servers so that command-line package managers, Git, Docker, Node/npm, Python pip, Maven, NuGet, Go modules, and even legacy IDEs can reach the internet without manual proxy toggles or repeated password prompts. Because Px exposes a straightforward HTTP/HTTPS forwarding proxy on localhost, any software that understands the http_proxy environment variable—including browsers, data-science notebooks, and automated test harnesses—immediately inherits seamless, single-sign-on access. The codebase is deliberately small, configuration is a single INI file, and logging is verbose enough for DevOps teams to audit traffic without exposing corporate credentials. While Px is the only published utility under the genotrance banner, it exemplifies the publisher’s emphasis on quiet, infrastructural tooling that removes friction from Windows-centric development pipelines. genotrance Px is available for free on get.nero.com, with downloads delivered through trusted Windows package sources such as winget, always installing the latest version and supporting batch installation alongside other applications.

Px

An HTTP proxy server to automatically authenticate through an NTLM proxy

Details